home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 101 / CD-ROM 101.iso / avid / soundplant / soundplant.exe / install_script.iss
Encoding:
Text File  |  2003-10-29  |  943 b   |  28 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Soundplant
  5. AppVerName=Soundplant
  6. AppId=Soundplant
  7. DefaultDirName={pf}\Soundplant
  8. DefaultGroupName=Soundplant
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\readme.htm"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\Soundplant_261.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Soundplant_261.ini"; DestDir: "{app}"; Flags: ignoreversion 
  21.  
  22. [Run]
  23. Filename: "{app}\Soundplant_261.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  24.  
  25. [Icons]
  26. Name: "{group}\Soundplant"; Filename: "{app}\Soundplant_261.exe"; WorkingDir: "{app}"; 
  27. Name: "{group}\Desinstalar - Soundplant"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  28.